ComponentOne FlexGrid for WinForms
SortableBindingList<T> Class
Members 

C1.Win.C1FlexGrid Namespace : SortableBindingList<T> Class
The type of elements in the list.
Generic collection that supports data binding and advanced sorting (System.ComponentModel.IBindingListView).

This class is especially useful to provide data for grids that use the GroupDescriptions property.

Syntax
'Declaration
 
Public Class SortableBindingList(Of T As Class) 
   Inherits System.ComponentModel.BindingList(Of T)
public class SortableBindingList<T> : System.ComponentModel.BindingList<T> 
where T: class
Type Parameters
T
The type of elements in the list.
Inheritance Hierarchy

System.Object
   System.Collections.ObjectModel.Collection<T>
      System.ComponentModel.BindingList<T>
         C1.Win.C1FlexGrid.SortableBindingList<T>

See Also

Reference

SortableBindingList<T> Members
C1.Win.C1FlexGrid Namespace